C#
VB
C++
Adds an item to the ICollection.
public virtual void Add(
KeyValuePair<TKey, TValue> item
)
Public Overloads Overridable Sub Add( _
ByVal item As KeyValuePair(Of TKey,TValue) _
)
public:
virtual void Add(
KeyValuePair<TKey^,TValue^> item
)
item
The object to add to the ICollection.
Exceptions
Exception | Description |
---|---|
System.NotSupportedException | The ICollection is read-only. |
ThreadSafeDictionary<TKey,TValue> Class
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET